@charset "UTF-8";
/* start normilize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: white;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  color: white;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
p {
  margin: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* end */

@font-face {
  font-family: "bpg_mrgvlovani_caps_2010";
  src: url("../fonts/bpg_mrgvlovani_caps_2010.ttf");
}
@font-face {
  font-family: "bpg_nino_mtavruli_normal";
  src: url("../fonts/bpg_nino_mtavruli_normal.ttf");
}
html {
  position: relative;
  height: 100%;
}
#wrapper {
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
}
.overlay-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  text-align: left;
}
.boldF {
  font-weight: bold;
}
.overlay-toogle {
  display: block;
}
body {
  height: 100%;
  background: #fff;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}
.fakeLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10001;
  color: #002147;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 8px;
  font-size: 1.1rem;
}
/* necessary text ellipsis plugin styles */

.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
/* necessary text ellipsis plugin styles end */

.centerV {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#enablejs {
  width: 300px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -153px;
  margin-top: -110px;
  z-index: 100;
  background: rgb(18, 18, 18);
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid rgb(29, 29, 29);
  border-radius: 10px;
  text-align: center;
  padding: 75px 0;
}
#enablejs p {
  position: relative;
  top: 50%;
  margin-top: -12px;
}
.clear {
  clear: both;
}
.columnLast {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pdf {
  display: none;
}
.crop {
  width: 30%;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 3%;
}
.crop img {
  /*width: 140px;*/

  height: 70px;
  margin: 0 0 0 -30px;
}
.menuHiglight {
  font-weight: bold;
  color: #c1a456 !important;
}
.fixed-auth-lang-box {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 999999999;
}
.fixed-auth-lang-box .autorizationBox {
  float: none;
}
.fixed-auth-lang-box .authorizationSlide {
  margin-top: 0px;
  right: 35px;
}
.fixed-auth-lang-box .authorization {
  width: 50px;
  height: 40px;
  margin-right: 0;
}
.fixed-auth-lang-box .languages a:first-child {
  margin-right: 0;
}
.fixed-auth-lang-box .languages a {
  display: block;
  background-color: #001833;
  width: 50px;
  text-align: center;
}
.fixed-auth-lang-box .logout {
  width: 100%;
  margin-right: 0;
}
#registerBtnBox {
  float: left;
  height: 40px;
  margin-right: 15px;
  background: #a93302;
  color: #ffffff;
  outline: none;
  border: none;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  position: relative;
  z-index: 9;
}
/* start myModal */

.myModal {
  position: fixed;
  min-width: 600px;
  max-width: 630px;
  min-height: 200px;
  margin-bottom: 20px;
  right: 5%;
  background-color: #eee;
  padding: 30px 15px 15px;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 9999999999;
}
.myModal iframe {
  max-width: 100%;
}
.modalTitle {
  position: absolute;
  top: 0;
  right: 50px;
  color: #fff;
  background-color: #000;
  height: 25px;
  font-family: "bpg_mrgvlovani_caps_2010";
  padding: 2px 10px 0;
  box-sizing: border-box;
}
.closeBtn {
  position: absolute;
  top: -1px;
  right: 0;
  width: 27px;
  height: 25px;
  border: none;
  outline: none;
  background: url(data:image/png;base64,R0lGODdhGwAZAIABAAAAAP///ywAAAAAGwAZAAACLoSPqcvtD6OctNLwsNSL724Bnhga3GhhaLimZGkebTTOzmqDTI7kPAwMCodESgEAOw==)
    no-repeat center center;
}
.myModalContent {
  color: #333 !important;
  font-size: 15px;
  text-align: left;
}
.myModalContent a {
  color: #0000cd !important;
}
.modalSoc {
  position: absolute;
  top: 20%;
  right: -33px;
  width: 30px;
  color: #fff;
  border: 2px solid #000;
  border-left: 1px solid grey;
}
.modalSoc button {
  position: relative;
  background-color: grey;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.modalSoc button:hover {
  background-color: lightgrey;
}
.popupImage {
  max-width: 300px;
  float: left;
  margin-right: 20px;
}
/* end myModal */
/* header */

.headWrapp {
  max-width: 100%;
  margin: 0 auto;
}
.headSection {
  position: fixed;
  max-width: 100%;
  min-width: 1024px;
  width: 100%;
  background: #002147;
  padding: 23px 50px;
  box-sizing: border-box;
  z-index: 999;
  /*-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;*/
}
.figure1 {
  position: absolute;
  margin: 0;
  float: left;
}
.mainLogo {
  width: 89px;
  height: 89px;
  float: left;
}
.mainLogo a {
  outline: none;
}
.universityName {
  color: #9999cc;
  font-size: 13px;
  margin: 16px 0 0 15px;
  float: right;
}
.university {
  color: #ffffff;
  font-size: 30px;
}
.div1 {
  float: right;
  height: 40px;
  margin-bottom: -40px;
}
.searchContainer {
  width: 249px;
  margin-right: 15px;
  float: left;
}
.searchBox {
  position: relative;
  min-width: 40px;
  width: 249px;
  height: 40px;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  z-index: 10;
}
.searchBox-input {
  border: 0;
  outline: 0;
  background: #1a385a;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchBox::-webkit-input-placeholder {
  font-style: italic;
  font-size: 13px;
}
.searchBox:-moz-placeholder {
  /* Firefox 18- */

  font-style: italic;
  font-size: 13px;
}
.searchBox::-moz-placeholder {
  /* Firefox 19+ */

  font-style: italic;
  font-size: 13px;
}
.searchBox:-ms-input-placeholder {
  font-style: italic;
  font-size: 13px;
}
.searchBox-icon,
.searchBox-submit {
  background: url(../img/search.png) no-repeat center center #1a385a;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  cursor: pointer;
}
.searchBox-open {
  width: 249px !important;
}
.searchedBox {
  z-index: 9999;
  background-color: #04264d;
  float: right;
  width: 580px;
}
.searchedGroupTitle {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 15px 15px;
  float: left;
  width: 60%;
}
.searchedGroupAll {
  float: right;
  font-size: 14px;
  margin: 7.5px 15px;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #001833;
}
.searchedGroupAll:hover a {
  color: #a67f30;
}
.searchedGroupTitle span {
  color: #a67f30;
}
.searchedList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchedList li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 17px;
  margin: 0;
  font-size: 14px;
}
.searchedList li a {
  border-left: 1px solid #a67f30;
  padding-left: 10px;
}
.searchedList li:hover {
  color: #a67f30;
}
.searchedList li:hover a {
  color: #a67f30;
}
.searchedList li:last-child {
  margin-bottom: 0;
}
.searchedList li:hover {
  background-color: #001833;
}
.searchedListColor {
  background-color: #1a385a;
}
.autorizationBox {
  position: relative;
  float: left;
  z-index: 9999;
}
.authorization {
  width: 40px;
  height: 40px;
  background: url(lock.png) no-repeat center center;
  background-color: #001833;
  margin-right: 15px;
  border: none;
  outline: none;
  float: right;
}
.logout {
  width: 40px;
  height: 40px;
  background: url(../img/logout.png) no-repeat center center;
  background-color: #001833;
  margin-right: 15px;
  border: none;
  outline: none;
  float: right;
}
.authorizationSlide {
  display: none;
  position: absolute;
  float: right;
  width: 282px;
  margin-top: 40px;
  margin-right: 15px;
  right: 0;
  background-color: #001833;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.userType,
.username,
.password {
  width: 100%;
  height: 34px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.userType {
  margin-bottom: 20px;
  background-color: #96a5b7;
  color: #000033;
  padding: 0 0 0 7px;
}
.username {
  margin-bottom: 10px;
  background: url(../img/usericon.png) 230px center no-repeat;
  background-color: #1a385a;
  padding: 0 25px 0 10px;
}
.password {
  background: url(../img/passwordicon.png) 230px center no-repeat;
  background-color: #1a385a;
  padding: 0 25px 0 10px;
}
.username,
.password::-webkit-input-placeholder {
  font-size: 13px;
}
.username,
.password:-moz-placeholder {
  /* Firefox 18- */

  font-size: 13px;
}
.username,
.password::-moz-placeholder {
  /* Firefox 19+ */

  font-size: 13px;
}
.username,
.password:-ms-input-placeholder {
  font-size: 13px;
}
.loginBtn {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background-color: #ffffff;
  color: #003333;
  outline: none;
  border: none;
}
.loginRsaquo {
  font-size: 23px;
  vertical-align: sub;
}
.loginFailed {
  color: #ff3333;
  font-size: 13px;
  margin: 10px 0 -10px 0;
}
.languages {
  float: left;
}
.languages a {
  color: #9999cc;
  vertical-align: middle;
  line-height: 40px;
  font-family: "bpg_mrgvlovani_caps_2010";
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.languages a:first-child {
  margin-right: 15px;
}
.languages a:hover {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mainNav {
  float: right;
  margin: 35px -14px -17px 0;
}
.mainNav .mainNavUl {
  float: right;
  margin: 0;
  list-style: none;
  padding: 0;
}
.mainNav .mainNavUl li {
  display: block;
  position: relative;
  float: left;
  max-width: 240px;
}
.mainNav .mainNavUl li li {
  background: #001833;
}
/* This hides the dropdowns */

.mainNav .mainNavUl li ul {
  display: none;
  right: 0;
}
.mainNav .mainNavLinks {
  display: block;
  padding: 14px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  letter-spacing: normal;
}
.mainNav .mainNavLinks span {
  margin-right: 15px;
}
.mainNav .mainNavLinks .fa {
  position: absolute;
  right: 10px;
  top: 16px;
}
.mainNav li li .mainNavLinks .fa {
  top: 10px;
}
/* Display the dropdown */

.mainNav .mainNavUl li:hover > ul {
  display: block;
  position: absolute;
  width: 240px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mainNav .mainNavUl li:hover li {
  float: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mainNav .mainNavUl li:hover li .mainNavLinks:hover {
  background: #c1a456;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mainNav .mainNavUl li ul li {
  border-top: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */

.mainNav .mainNavUl ul ul {
  right: 100%;
  top: 0;
  width: 200px;
}
/* Simple clearfix */

.mainNav .mainNavUl ul:before,
.mainNav .mainNavUl ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */
}
.mainNav .mainNavUl ul:after {
  clear: both;
}
.mainNav .mainNavUl li:hover .mainNavLinks {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mainNav .mainNavUl li:hover {
  background: #001833;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mainNav .mainNavUl li:hover a {
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fixedHeadHelper {
  height: 134px;
}
/* end */
/* main slider */

#slider {
  max-width: 1600px;
  margin: 0 auto;
}
#ninja-slider-wrap {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  margin-top: 55px;
}
#ninja-slider {
  max-width: 1600px;
  background: #222;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#ninja-slider > ul {
  padding: 0;
  margin: 0;
}
/* slide */

#ninja-slider li > div,
#ninja-slider li > a {
  max-width: 1600px;
  margin: 0 auto;
  height: 700px;
  background-size: cover !important;
  position: relative;
  display: block;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8),
    inset 0 0 1px rgba(255, 255, 255, 0.4);
  transition: none !important;
}
/* loading image indicator */

/*----- video -----*/

#ninja-slider a.video {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../slider/video.png) no-repeat 50% 50%;
  transition: none !important;
}
/*------ pager ------*/
/* The pager id should be: slider id + "-pager" */

#ninja-slider-pager {
  position: absolute;
  top: 250px;
  left: 30px;
  margin: 0 auto;
  /* center align */

  text-align: center;
  display: table;
  font-size: 0;
}
#ninja-slider-pager a {
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  text-indent: 9999px;
  margin-bottom: 6px;
  border: 2px solid #90979c;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#ninja-slider-pager a:hover {
  border: 2px solid #ba8a07;
}
#ninja-slider-pager a.active {
  border: 2px solid #ba8a07;
}
#ninja-slider-pause-play {
  display: none;
}
/* Other settings
-------------------------------------------- */

#ninja-slider .caption {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px !important;
  background: rgb(255 255 255 / 58%);
  font-weight: bold;
  font-size: 20px;
  color: #2e2e2e;
  width: 80%;
  margin: 0 auto;
  padding: 24px 40px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#ninja-slider .caption a {
  color: #2e2e2e;
}
/* Old Style slider caption */
/* .#ninja-slider .caption {
    position: absolute;
    bottom: 0;
    background: rgba(51, 51, 51, 0.3);
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 12px 30px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
#ninja-slider .caption h3 {
  margin: 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#ninja-slider .caption p {
  margin: 0;
  font-size: 13px;
  white-space: normal;
}
/* Usually you don't need to change the following settings
---------------------------------------------------------- */

#ninja-slider > ul {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-tap-highlight-color: transparent;
}
#ninja-slider-prev,
#ninja-slider-next,
#ninja-slider-pause-play {
  display: none;
}
#ninja-slider-pager,
#ninja-slider-prev,
#ninja-slider-next,
#ninja-slider-pause-play {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#ninja-slider {
  position: relative;
  overflow: hidden;
  /*visibility: hidden;*/

  padding: 0;
}
#ninja-slider > ul {
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0;
}
#ninja-slider > ul > li {
  float: left;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* end */
/* newsBlock */

.newsBlock {
  max-width: 1600px;
  margin: 0 auto;
  background: #ecf0f1;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 60px;
  border-radius: 16px;
  margin-bottom: 60px;
}
.blockHeadTitle {
  color: #333333;
  font-size: 22px;
  width: 100%;
  margin-bottom: 30px;
}
.blockHeadTitle a {
  position: relative;
  top: -2px;
  background-color: #d8dcdd;
  margin: 0 0 0 16px;
  padding: 7px 10px;
  vertical-align: middle;
  color: #333333;
  font-size: 13px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news-date {
  margin-left: 6%;
  display: block;
  margin-bottom: 7px;
}
.blockHeadTitleAnnounce {
  color: #333333;
  font-size: 22px;
  margin-bottom: -33px;
  position: relative;
  top: -60px;
}
.blockHeadTitle a:hover {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blockHeadTitleAnnounce a {
  position: relative;
  top: -2px;
  background-color: #d8dcdd;
  margin: 0 0 0 16px;
  border-radius: 8px;
  padding: 7px 10px;
  vertical-align: middle;
  color: #333333;
  font-size: 13px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blockHeadTitleAnnounce a:hover {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsBlockGrid {
  width: 23%;
  margin-right: 2%;
  font-size: 14px;
  font-weight: bold;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news_Grds {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news_Grds:hover {
  box-shadow: 4px 4px 20px #ccc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsBlockFig {
  padding: 10px 20px;
}
.minText {
  min-height: 64px;
}
.minText2 {
  min-height: 70px;
}
.newsBlockGridLink {
  color: #333366;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsBlockGridLink:hover {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsBlockGridLink img {
  width: 100%;
  height: 215px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsBlockGrid:hover .newsBlockGridLink img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsBlockLeftDate {
  font-size: 12px;
  color: #999999;
  font-family: "bpg_mrgvlovani_caps_2010";
}
.announceItem {
  float: left;
  margin-bottom: 19px;
  width: 100%;
  height: 40px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.announceItemDate {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: #1a385a;
  color: white;
  border-radius: 8px;
  font-family: "bpg_mrgvlovani_caps_2010";
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.announceItemFig {
  color: #333333;
  font-size: 13px;
  height: 40px;
  overflow: hidden;
  width: 75%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.announceItem:hover .announceItemFig {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.announceItem:hover .announceItemDate {
  background: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* end */
/* schoolsCarousel */

.schoolsCarousel {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background: #ecf0f1;
  margin-bottom: 60px;
  margin-top: 60px;
  border-radius: 16px;
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0;
}
.bx-wrapper img {
  width: 100%;
  max-height: 244px;
  display: block;
}
.bxslider {
  margin: 0;
}
.bx-viewport {
  height: auto !important;
}
/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls-direction {
  position: absolute;
  top: 50%;
  width: 100%;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  position: absolute;
  background: url(../bxslider/shadowarrow1.png) center center no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(0 33 71 / 60%);
  left: -30px;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  background: url(../bxslider/shadowarrow.png) center center no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(0 33 71 / 60%);
  right: -30px;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 60px;
  color: #002147;
}
.bxsliderItem {
  margin-right: 32px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bxsliderItem:hover .bx-caption {
  background: #002147;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bxsliderItem:hover li img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bx-wrapper .bx-caption span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 18px 10px 10px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bCaptionsArrow {
  position: absolute;
  right: 5px;
  bottom: 20px;
  z-index: 10;
  width: 11px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAoCAYAAAAolAC+AAABWklEQVQ4y5WTvWoCURBGFcEilQgXwdrWUjbvIOwDpLfQQlP6Br6BSZcUvoC9ChEEexELsdFOEETcTrj5BhayGb9Z3QvHwjnD3js/Oe99B1zAHgQgZyE/kf87R1BLkyf+/9kCZ8kS2KmEJXhhslAHZ5UwBgUmC01wUwlDSxZ6/v50LVn4ULJ8LbTkIpiqBClvYDWgFJcwedaW7Ii8sq7xQ67RYPLXsw/sk9K1WelC0pSB1e5IiSOQ13IFHJS4iB96N0izLCN6zTL8LXACG6ll6lpVX9864AL2IHgkR8DHHEEtTZ4kZGELnCU7sFMJS8B3EIE6OKuEMeA7iEAT3FSCvYMIvitZsHcQwU8ly9dCSy6CqUqQ8vIdRKAclzCZsLZkR+SVdY05uUaDyd9PPRB/9knp2qwpIWnKwGp3pMQRyOtBqoCDEhfyUDZ1sywjes0y/C1wAhupZdpa/QJW6sCPU2tQFAAAAABJRU5ErkJggg==)
    no-repeat center bottom;
}
.bxsliderItem:hover .bCaptionsArrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAoCAYAAAAolAC+AAABWklEQVQ4y5WTvWoCURBGFcEilQgXwdrWUjbvIOwDpLfQQlP6Br6BSZcUvoC9ChEEexELsdFOEETcTrj5BhayGb9Z3QvHwjnD3js/Oe99B1zAHgQgZyE/kf87R1BLkyf+/9kCZ8kS2KmEJXhhslAHZ5UwBgUmC01wUwlDSxZ6/v50LVn4ULJ8LbTkIpiqBClvYDWgFJcwedaW7Ii8sq7xQ67RYPLXsw/sk9K1WelC0pSB1e5IiSOQ13IFHJS4iB96N0izLCN6zTL8LXACG6ll6lpVX9864AL2IHgkR8DHHEEtTZ4kZGELnCU7sFMJS8B3EIE6OKuEMeA7iEAT3FSCvYMIvitZsHcQwU8ly9dCSy6CqUqQ8vIdRKAclzCZsLZkR+SVdY05uUaDyd9PPRB/9knp2qwpIWnKwGp3pMQRyOtBqoCDEhfyUDZ1sywjes0y/C1wAhupZdpa/QJW6sCPU2tQFAAAAABJRU5ErkJggg==)
    no-repeat center top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* end */
/* uniBlock */

.uniBlock {
  max-width: 1600px;
  margin: 0 auto;
  background: #ecf0f1 !important;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 60px;
  border-radius: 16px;
}
.blockHeadTitle a {
  position: relative;
  top: -2px;
  background-color: #d8dcdd;
  margin: 0 0 0 16px;
  padding: 7px 10px;
  border-radius: 8px;
  vertical-align: middle;
  color: #333333;
  font-size: 13px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blockHeadTitle a:hover {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uniBlockGrid {
  width: 22.5%;
  margin-right: 3.3%;
  font-size: 14px;
  font-weight: bold;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}
.uniBlockGridLink {
  color: #333333;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uniBlockGridLink:hover {
  color: #003333;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uniBlockGridLink img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uniBlockGrid:hover .uniBlockGridLink img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uniBlockGridLink figcaption {
  width: 100%;
  height: 60px;
  background-color: #d8dcdd;
  font-size: 15px;
  margin: -6px 0 0 0;
  padding: 8px 15px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.uniBlockGrid:hover .uniBlockGridLink figcaption {
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* end */
/* footer */

#footLinks {
  max-width: 100%;
  margin: 0 auto;
  background: #002147;
  padding: 80px 20px 80px 80px;
  box-sizing: border-box;
}
.footLinksColumn {
  float: left;
  width: 17%;
  margin-right: 3.3%;
  padding-left: 20px;
  border-left: 1px solid #143255;
  box-sizing: border-box;
}
.footLinksColumn:nth-of-type(4) {
  margin-right: 0 !important;
}
.footLinksColumn h2 {
  font-size: 15px;
}
.footLinksColumn p {
  margin: 18px 0 0 0;
}
.footLinksColumn a {
  font-size: 12px;
  color: #99cccc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footLinksColumn a:hover {
  color: #c1a456;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#footSocialLinks {
  max-width: 100%;
  margin: 0 auto;
  background: #04264d;
  padding: 30px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#socialBox {
  height: 45px;
}
#socialBox img:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#socialBox a {
  margin-right: 10px;
}
#socialBox a:last-child {
  margin-right: 0;
}
#divRightIconsBox {
  height: 45px;
}
#lastFootBox {
  max-width: 100%;
  margin: 0 auto;
  background: #001833;
  color: #99cccc;
  font-size: 12px;
  padding: 30px 30px;
  box-sizing: border-box;
}
.footMainLogo {
  float: left;
  width: 61px;
  height: 61px;
  position: relative;
  margin-top: 10px;
}
.lastFootText {
  margin: 0 0 0 81px;
  line-height: 20px;
}
.lastFootText a {
  color: #99cccc;
}
.lastFootText a:hover {
  color: #c1a456;
}
#divRightIconsBox a {
  margin-right: 10px;
}
#divRightIconsBox a:last-child {
  margin-right: 0;
}
#divRightIconsBox img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.docflow_link img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.topgeCounter {
  width: fit-content;
  float: right;
  margin-top: -78px;
  text-align: right;
  font-weight: bold;
}
.div2 {
  margin-bottom: 10px;
  color: #99cccc;
}
.div2 a {
  color: #99cccc;
}
.div2 a:hover {
  color: #c1a456;
}
/* flexisel */
/*.nbs-flexisel-container {
    position: absolute;
    left: 50%;
    margin-left: -225px;
    max-width: 450px;
    height: 45px;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;
    max-width: 100px;
    height: 45px;
}
/*** Navigation ***/
/*.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 14.5px !important;
    z-index: 100;
    cursor: pointer;
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: -20px;
    background: url(../bottomslider/images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: -24px;
    background: url(../bottomslider/images/button-next.png) no-repeat;
}*/
/* end */
/* contact page */

.breadcrump {
  margin: 0 0 15px 0;
  padding: 0;
}
.breadcrump-arrow {
  position: relative;
  top: -2px;
  margin: 0 7px;
}
.breadcrump a {
  color: #3277ae;
  font-family: "bpg_nino_mtavruli_normal";
}
.breadcrump a:hover {
  text-decoration: underline;
}
.breadcrump li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  color: #a79d96;
  font-size: 14px;
  font-family: "bpg_nino_mtavruli_normal";
}
.rightMenu {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #ebedee;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.rightMenu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: white;
  background: #002147;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #04264d;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #04264d;
}
.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 15px;
  color: #fff;
  top: 9px;
  right: 10px;
  padding: 0 8px;
}
.dropdown .icon-arrow.open {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu li {
  padding: 0;
}
.dropdown .dropdown-menu li a {
  display: block;
  color: #6e6e6e;
  background: #eee;
  padding: 10px 20px 10px 15px;
  border-bottom: 1px solid #fff;
}
.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown .dropdown-menu li li a {
  padding: 10px 10px 10px 25px;
}
.dropdown .dropdown-menu li li li a {
  padding: 10px 10px 10px 35px;
}
.dropdown .dropdown-menu li li li li a {
  padding: 10px 10px 10px 35px;
}
.dropdown li .icon-arrow .fa-caret-down {
  color: #c1a456;
}
.dropdown .show,
.dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}
@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.rightMenu
  > ul
  > .dropdown
  > .dropdown-menu
  > .dropdown
  > .dropdown-menu
  > .dropdown
  > .dropdown-menu
  > .dropdown
  a {
  background-color: #ecf0f1 !important;
}
.rightMenu > ul > .dropdown > .dropdown-menu > .dropdown > a {
  background-color: #d8dcdd !important;
}
.contactFoot {
  background-color: #ecf0f1;
  margin: 30px 0 0 0;
  box-sizing: border-box;
}
.contactIcon {
  color: #a67f30;
  font-size: 30px;
  text-align: center;
  margin-right: 10px;
}
.contactTools {
  margin-top: 40px;
  padding: 10px 20px;
  background-color: #d8dcdd;
}
.contactToolsIcons {
  color: white;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 23px;
  margin-right: 20px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  border: none;
}
.plus-minus {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.contactToolsIcons:first-child {
  background-color: #3a5795;
}
.contactToolsIcons:nth-child(2) {
  background-color: #9999cc;
}
.contactToolsIcons:nth-child(3) {
  background-color: #c6993d;
}
.contactToolsIcons:nth-child(4) {
  background-color: #a67f30;
}
/* end */
/* schools block */

#schoolsWrap {
  max-width: 1600px;
  background: white;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
#slider {
  width: 100%;
  height: 570px;
  background: grey;
}
.schoolsBox1 {
  margin: 30px auto 0;
  width: 628px;
  padding: 20px 0;
  position: relative;
}
.vertRow {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #720600;
}
.schoolsBoxIn {
  float: left;
  margin-right: 10%;
  width: 45%;
}
.schoolsBoxIn img {
  width: 100%;
  margin: 0 0 -6px 0;
}
.schoolsCaption {
  height: 60px;
  width: 100%;
  background-color: #ecf0f1;
  color: #720600;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
.schoolsCaption p {
  max-height: 45px;
}
.schoolsBox2 {
  margin: 30px auto 0;
  width: 100%;
  padding: 20px 0;
  position: relative;
  background-color: #ecf0f1;
}
.schoolsItemsWrap {
  margin: 0 auto;
  width: 1020px;
}
.schoolsItems img {
  width: 100%;
  margin: 0 0 -6px 0;
}
.schoolsItems {
  float: left;
  width: 290px;
  margin-right: 75px;
  margin-bottom: 50px;
}
.schoolsCaption1 {
  height: 60px;
  width: 100%;
  background-color: #d8dcdd;
  color: #720600;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
.schoolsCaption1 p {
  max-height: 45px;
}
.schoolsCaption1 p a {
  color: #002147;
}
.schoolsCaption1 p a:hover {
  color: #a67f30;
}
.margin-right {
  margin-right: 0;
}
.margin-bot {
  margin-bottom: 0;
}
/* end */
/* contact page */

.contact-page-header {
  width: 100%;
  height: 35px;
  color: #6e6e6e;
}
.contact-page-header h1 {
  font-size: 16px;
  vertical-align: middle;
  line-height: 35px;
  font-family: "bpg_mrgvlovani_caps_2010";
  text-align: left;
  width: 50%;
  float: left;
}
.contact-page-header h1 span {
  color: black;
}
.contact-page-socials {
  float: left;
  width: 50%;
}
.contact-page-socials span {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding-right: 7px;
  float: right;
}
.contact-page-socials img {
  margin-right: 7px;
  width: 35px;
  height: 35px;
  float: right;
}
.contact-page-mail {
  width: 100%;
}
.contact-page-mail-left {
  width: 49%;
  float: left;
  padding-right: 1%;
  position: relative;
  top: 10px;
  padding-right: 1%;
}
.contact-page-mail-left h3 {
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding-bottom: 7px;
  padding-top: 13px;
}
.contact-page-mail-left input {
  width: 94%;
  height: 38px;
  background-color: #dce0df;
  border-radius: 3px;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-page-mail-right {
  width: 49%;
  float: right;
  padding-left: 1%;
}
.contact-page-mail-right h3 {
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding-bottom: 7px;
  padding-top: 23px;
}
.contact-page-mail-right textarea {
  width: 96%;
  background-color: #dce0df;
  padding: 2%;
  border-radius: 3px;
  outline: none;
  height: 177px;
  resize: none;
  border: none;
}
.contact-page-mail-right button {
  width: 150px;
  height: 30px;
  background-color: #002147;
  color: #c1a456;
  font-size: 13px;
  font-family: "bpg_mrgvlovani_caps_2010";
  margin-top: 10px;
  float: right;
  border-radius: 3px;
  border: none;
  outline: none;
  text-align: center;
  vertical-align: middle;
}
.contact-page-info {
  width: 700px;
  background-color: #fff;
  border-radius: 3px;
  height: 150px;
  color: #6e6e6e;
  opacity: 0.9;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 50%;
  margin-left: -350px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.7);
}
.contact-page-info-left {
  width: 46%;
  padding: 0.5% 2%;
  float: left;
}
.contact-page-info-left a {
  color: #c1a456;
  font-size: 13px;
  padding-left: 13px;
}
.contact-page-info-left a:hover,
.contact-page-info-right a:hover {
  text-decoration: underline;
}
.contact-page-info-left i {
  font-size: 18px;
  padding-right: 5px;
  float: left;
  padding-top: 14px;
}
.contact-page-info-left span {
  color: black;
  display: block;
  font-family: "bpg_mrgvlovani_caps_2010";
  padding-top: 14px;
}
.contact-page-info-right {
  width: 46%;
  padding: 0.5% 2%;
  float: right;
}
.contact-page-info-right i {
  font-size: 18px;
  padding-right: 5px;
  float: left;
  padding-top: 6px;
}
.contact-page-info-right span {
  color: black;
  display: block;
  font-family: "bpg_mrgvlovani_caps_2010";
  padding-top: 6px;
  font-size: 14px;
}
.contact-page-info-right a {
  color: #c1a456;
  font-size: 13px;
  display: block;
}
.contact-page-info-right p {
  font-size: 13px;
  padding-left: 20px;
}
.gm-style .gm-style-iw {
  color: #c1a456;
  font-size: 13px;
  font-family: "bpg_mrgvlovani_caps_2010";
}
#contactWrap {
  max-width: 1600px;
  background: white;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
.contactHead {
  font-family: "bpg_mrgvlovani_caps_2010";
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 30px 0;
  color: #333;
  float: left;
}
.contactInfo1 {
  float: left;
  margin-right: 40px;
}
.contactInfo2 {
  float: left;
  width: 360px;
}
.contactInfo1 input,
.contactInfo1 select {
  width: 184px;
  height: 34px;
  color: #333;
  font-size: 14px;
  display: block;
  border: 1px solid #ecf0f1;
  outline: none;
  margin-bottom: 20px;
  padding: 0 14px;
  box-sizing: border-box;
}
.contactInfo2 input {
  width: 360px;
  height: 34px;
  color: #333;
  font-size: 14px;
  display: block;
  border: 1px solid #ecf0f1;
  outline: none;
  margin-bottom: 20px;
  padding: 0 14px;
  box-sizing: border-box;
}
.contactInfo2 textarea {
  width: 360px;
  height: 90px;
  color: #333;
  font-size: 14px;
  display: block;
  border: 1px solid #ecf0f1;
  outline: none;
  margin-bottom: 20px;
  padding: 0 14px;
  box-sizing: border-box;
}
#sendMail {
  width: 220px;
  height: 32px;
  background-color: #670000;
  float: right;
  color: white;
}
#contactMenu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ebedee;
  font-size: 14px;
}
#contactMenu a {
  color: #333;
}
#contactMenu li {
  padding: 13px;
  border-bottom: 1px solid #ebedee;
}
#contactMenu li:last-child {
  border-bottom: none;
}
.contactMap {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.contactInfo {
  color: #333;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  font-size: 14px;
}
.contactInfo dt:first-child {
  margin-top: 0;
}
.contactInfo dt {
  margin-top: 25px;
  font-weight: bold;
  font-family: "bpg_mrgvlovani_caps_2010";
}
.contactInfo dd {
  margin-left: 33px;
}
.contactTools {
  margin-top: 40px;
  padding: 10px 20px;
  background-color: #d8dcdd;
}
.contactToolsIcons {
  color: white;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 23px;
  margin-right: 20px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  border: none;
}
.plus-minus {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.contactToolsIcons:first-child {
  background-color: #3a5795;
}
.contactToolsIcons:nth-child(2) {
  background-color: #9999cc;
}
.contactToolsIcons:nth-child(3) {
  background-color: #c6993d;
}
.contactToolsIcons:nth-child(4) {
  background-color: #a67f30;
}
.contactListImg {
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
}
.contactListPos {
  font-weight: bold;
  margin-bottom: 15px;
}
.contactListName {
  margin-bottom: 12px;
}
/* end */
/* schools */

#schoolsWrap {
  max-width: 1600px;
  background: white;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
#slider {
  width: 100%;
  height: 570px;
  background: grey;
}
.schoolsBox1 {
  margin: 30px auto 0;
  width: 628px;
  padding: 20px 0;
  position: relative;
}
.vertRow {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #720600;
}
.schoolsBoxIn {
  float: left;
  margin-right: 10%;
  width: 45%;
}
.schoolsBoxIn img {
  width: 100%;
  margin: 0 0 -6px 0;
}
.schoolsCaption {
  height: 60px;
  width: 100%;
  background-color: #ecf0f1;
  color: #720600;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
.schoolsCaption p {
  max-height: 45px;
}
.schoolsBox2 {
  margin: 30px auto 0;
  width: 100%;
  padding: 20px 0;
  position: relative;
  background-color: #ecf0f1;
}
.schoolsItemsWrap {
  margin: 0 auto;
  width: 1020px;
}
.schoolsItems img {
  width: 100%;
  margin: 0 0 -6px 0;
}
.schoolsItems {
  float: left;
  width: 290px;
  margin-right: 75px;
  margin-bottom: 50px;
}
.schoolsCaption1 {
  height: 60px;
  width: 100%;
  background-color: #d8dcdd;
  color: #720600;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
.schoolsCaption1 p {
  max-height: 45px;
}
.schoolsCaption1 p a {
  color: #002147;
}
.schoolsCaption1 p a:hover {
  color: #a67f30;
}
.margin-right {
  margin-right: 0;
}
.margin-bot {
  margin-bottom: 0;
}
/* end */
/* content grid */

.pageWrap {
  position: relative;
  max-width: 1600px;
  background: white;
  color: #333;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  min-height: 400px;
}
/*.pageWrap a{ color: #333; }*/

.leftContent {
  position: relative;
  width: 70%;
  color: black;
  float: left;
}
.rightContent {
  position: relative;
  width: 27%;
  float: left;
  margin-left: 3%;
  padding: 0 2%;
  box-sizing: border-box;
}
/* content grid end */
/* menu content */

.menuContent {
  padding: 20px 30px;
}
.figure2 {
  font-family: "bpg_mrgvlovani_caps_2010";
  margin: 16px 0 0 0;
  float: left;
}
.searchContainer1 {
  width: 249px;
  margin-right: 15px;
  float: left;
}
.searchBox1 {
  position: relative;
  min-width: 40px;
  width: 249px;
  height: 40px;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  z-index: 10;
}
/* content menu */

.contentNav {
  margin: -21px 0 0 100px;
  height: 60px;
}
.contentNav .mainNavUl {
  margin: 0;
  list-style: none;
  padding: 0;
}
.contentNav .mainNavUl li {
  display: block;
  position: relative;
  float: left;
  max-width: 200px;
}
.contentNav .mainNavUl li li {
  background: #001833;
}
/* This hides the dropdowns */

.contentNav .mainNavUl li ul {
  display: none;
  left: 0;
  padding-left: 0;
}
.contentNav .mainNavLinks {
  display: block;
  font-size: 13px;
  padding: 12px;
  font-family: "bpg_mrgvlovani_caps_2010";
  text-decoration: none;
  color: #fff;
}
.contentNav .mainNavLinks span {
  margin-right: 20px;
}
.contentNav li li .mainNavLinks span {
  margin-right: 48px;
}
.contentNav .mainNavLinks .fa {
  position: absolute;
  top: 14px;
  right: 12px;
}
/* Display the dropdown */

.contentNav .mainNavUl li:hover > ul {
  display: block;
  position: absolute;
  max-width: 200px;
  z-index: 5;
}
.contentNav .mainNavUl li:hover li {
  float: none;
}
.contentNav .mainNavUl li:hover li .mainNavLinks:hover {
  background: #c1a456;
  color: #fff;
}
.contentNav .mainNavUl li ul li {
  border-top: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */

.contentNav .mainNavUl ul ul {
  left: 100%;
  top: 0;
  max-width: 200px;
}
/* Simple clearfix */

.contentNav .mainNavUl ul:before,
.contentNav .mainNavUl ul:after {
  content: " ";
  display: table;
}
.contentNav .mainNavUl ul:after {
  clear: both;
}
.contentNav .mainNavUl li:hover .mainNavLinks {
  color: #c1a456;
}
.contentNav .mainNavUl li:hover {
  background: #001833;
}
.contentNav .mainNavUl li:hover a {
  color: #ffffff;
}
.contentNavSticky {
  display: none;
}
/* end */
/* content sub menu */

.mainSubNav {
  margin: 0 0 0 12px;
  float: left;
}
.mainSubNavSticky {
  margin: -13px 0 0 0;
}
.mainSubNav .mainNavUl {
  min-height: 60px;
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
}
.mainSubNav .mainNavUl li {
  display: table-cell;
  position: relative;
  max-width: 195px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  min-height: 60px;
}
.mainSubNav .mainNavUl li li {
  background: #001833;
  display: block;
}
/* This hides the dropdowns */

.mainSubNav .mainNavUl li ul {
  display: none;
  left: 0;
  padding-left: 0;
}
.mainSubNav .mainNavLinks {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px;
  font-family: "bpg_mrgvlovani_caps_2010";
  min-height: 32px;
  font-size: 13px;
}
.mainSubNav .mainNavLinks span {
  margin-right: 20px;
  word-wrap: break-word;
}
.mainSubNav .mainNavLinks .fa {
  position: absolute;
  top: 14px;
  right: 12px;
}
/* Display the dropdown */

.mainSubNav .mainNavUl li:hover > ul {
  display: block;
  position: absolute;
  width: 200px;
}
.mainSubNav .mainNavUl li:hover li {
  float: none;
}
.mainSubNav .mainNavUl li:hover li .mainNavLinks:hover {
  background: #c1a456;
  color: #fff;
}
.mainSubNav .mainNavUl li ul li {
  border: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */

.mainSubNav .mainNavUl ul ul {
  left: 100%;
  top: 0;
  width: 200px;
}
/* Simple clearfix */

.mainSubNav .mainNavUl ul:before,
.mainSubNav .mainNavUl ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */
}
.mainSubNav .mainNavUl ul:after {
  clear: both;
}
.mainSubNav .mainNavUl li:hover .mainNavLinks {
  color: #c1a456;
}
.mainSubNav .mainNavUl li:hover {
  background: #001833;
  z-index: 9;
}
.mainSubNav .mainNavUl li:hover a {
  color: #ffffff;
}
.menuCurrent {
  display: table-cell;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../img/menu-chevron.png);
  font-family: "bpg_mrgvlovani_caps_2010";
  background-repeat: no-repeat;
  background-position: right top 45%;
  padding: 0 30px 0 12px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 256px;
  height: 60px;
  margin-right: 5px;
  margin-top: 3px;
  font-size: 18px;
  float: left;
}
.menuCurrent .ellip {
  height: auto;
}
.menuActiveSubMenu {
  color: #c1a456 !important;
}
/* content menu end */
/* news page */

#newsSlider {
  width: 100% !important;
  margin: 0 0 35px 0;
}
#latestNewsTitle {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgrey;
  font-family: "bpg_nino_mtavruli_normal";
  font-size: 24px;
}
#latestNewsTitle a {
  color: #333;
}
#latestNewsTitle a:hover {
  color: #c1a456;
}
.news {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}
.news a {
  color: #333;
}
.news a:hover {
  color: #c1a456;
}
/*.news img {
    width: 80px;
    height: 70px;
    float: left;
    margin-right: 3%;
}*/

.newsTitleBox {
  width: 62%;
  height: 70px;
  float: left;
  position: relative;
}
.newsTitleBox p {
  line-height: 1.3;
  font-size: 18px;
  overflow: hidden;
  height: 46px;
  position: relative;
  top: 4px;
  font-family: "bpg_nino_mtavruli_normal";
  color: black;
}
.newsTitleBox p:hover {
  text-decoration: underline;
  color: #c1a456;
}
.newsTitleBox p:hover span {
  text-decoration: underline;
}
.newsTitleBox p + span {
  position: absolute;
  color: #6a6a6a;
  font-size: 14px;
  bottom: 0;
}
#newsText h1 {
  font-family: "bpg_nino_mtavruli_normal";
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-left: 6%;
  margin-bottom: 40px;
}
.slider-bottom {
  margin-left: 0 !important;
}
#newsText img,
#newsText iframe {
  text-align: center;
}
#newsText iframe {
  min-height: 480px;
}
#newsText article a {
  color: #3277ae;
  line-height: 1.8;
}
#newsText article a:hover {
  text-decoration: underline;
}
#newsText article {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  position: relative;
  margin-left: 4%;
  text-align: justify;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 2%;
  min-height: 240px;
}
.share-block {
  position: absolute;
  left: 0;
  font-size: 18px;
}
.soc {
  position: relative;
  width: 30px;
  height: 30px;
  background: #c7c2bc;
  color: white;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.soc a {
  color: #fff;
  display: block;
}
.soc .fa {
  margin-top: 7px;
}
.fb:hover {
  background-color: #3c5b98;
}
/*.fa-facebook:hover .fb { background-color: #3c5b98; }*/

.gp:hover {
  background-color: #d24937;
}
.tw:hover {
  background-color: #55acee;
}
.pr:hover {
  background-color: #c1a456;
}
.amazingslider-text-0 {
  width: 50%;
  margin-left: 0;
}
.amazingslider-nav-0 {
  float: left;
  top: initial !important;
  bottom: -30px;
}
.amazingslider-arrow-right-0 {
  top: 50% !important;
}
.amazingslider-arrow-left-0 {
  top: 50% !important;
}
.amazingslider-play-0 {
  top: 50% !important;
}
/* end */
/* photo gallery */

.multimediaContent {
  width: 100% !important;
  background-color: #d8dcdd;
}
.gallery {
  width: 100%;
  height: 100%;
  margin: 0 0 0 0.25%;
  padding: 0;
  padding-top: 20px;
}
.galleryLoader {
  position: absolute;
  left: 50%;
  margin-left: -21px;
}
.galleryAlbumWrap,
.hide1 {
  width: 0;
  overflow: hidden;
  float: left;
  margin-right: 0.222%;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.ajax-gallery .hide1 {
  margin-right: 0;
}
.galleryAlbumWrap h3,
.hide1 h3 {
  width: 100%;
  padding: 15px 5px;
  margin: 0;
  font-family: "bpg_mrgvlovani_caps_2010";
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  background-color: #d8dcdd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.personnel .galleryAlbumWrap h3 {
  text-align: center;
  background-color: transparent;
}
.personnel .galleryAlbumWrap p {
  text-align: center;
  height: 44px;
}
.galleryAlbumWrap h3 .fa,
.hide h3 .fa {
  color: #b1902f;
  font-size: 20px;
  margin-right: 7px;
  vertical-align: top;
}
.galleryImage {
  display: block;
  height: 150px;
  transition: width 0.5s ease;
}
/* end */
/* multimedia header */

.multimediaNav {
  margin: 0;
  height: 50px;
}
.multimediaNav .multimediaMainNavUl {
  margin: 0;
  list-style: none;
  padding: 0;
}
.multimediaNav .multimediaMainNavUl li {
  display: block;
  position: relative;
  float: left;
  max-width: 200px;
}
.multimediaNav .multimediaMainNavUl li li {
  background: #fff;
}
/* This hides the dropdowns */

.multimediaNav .multimediaMainNavUl li ul {
  display: none;
  left: 0;
  padding-left: 0;
}
.multimediaNav .mainNavLinks {
  display: block;
  font-size: 13px;
  padding: 6px 10px;
  font-family: "bpg_mrgvlovani_caps_2010";
  text-decoration: none;
  color: #333;
}
.multimediaNav .mainNavLinks span {
  margin-right: 20px;
}
.multimediaNav .mainNavLinks .fa {
  position: absolute;
  top: 9px;
  right: 12px;
}
/* Display the dropdown */

.multimediaNav .multimediaMainNavUl li:hover > ul {
  display: block;
  position: absolute;
  max-width: 200px;
  z-index: 5;
}
.multimediaNav .multimediaMainNavUl li:hover li {
  float: none;
}
.multimediaNav .multimediaMainNavUl li:hover li .mainNavLinks:hover {
  background: #c1a456;
  color: #fff;
}
.multimediaNav .multimediaMainNavUl li ul li {
  border-top: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */

.multimediaNav .multimediaMainNavUl ul ul {
  left: 100%;
  top: 0;
  max-width: 200px;
}
#main_menu li ul .mainNavLinks {
  padding: 8px 14px;
}
/* Simple clearfix */

.multimediaNav .multimediaMainNavUl ul:before,
.multimediaNav .multimediaMainNavUl ul:after {
  content: " ";
  display: table;
}
.multimediaNav .multimediaMainNavUl ul:after {
  clear: both;
}
.multimediaNav .multimediaMainNavUl li:hover .mainNavLinks {
  color: #fff;
  border-bottom: 1px solid grey;
}
.multimediaNav .multimediaMainNavUl li ul li:last-child a {
  border-bottom: none !important;
}
.multimediaNav .multimediaMainNavUl li:hover li .mainNavLinks {
  color: #333;
}
.multimediaNav .multimediaMainNavUl li:hover {
  background: #c1a456;
}
/* end */
/* sticky header */

.headSectionSticky {
  padding: 12px 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: -80px;
}
.headerSticky {
  padding: 10px 30px 10px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mainLogoSticky {
  width: 55px;
  height: 55px;
}
.universityNameSticky {
  display: none;
}
.mainNavSticky {
  float: left;
  margin: -15px 0 0 70px;
}
.div1Sticky {
  margin-top: 3px;
}
.searchContainerSticky {
  width: 40px;
}
.searchBoxSticky {
  width: 0%;
}
/* end */
/* search result page */

.searchResultsBox {
  color: #333;
  margin-bottom: 30px;
}
.searchResultInfo {
  float: left;
  line-height: 41px;
  margin-right: 20px;
}
.searchResultInfo span {
  font-weight: bold;
}
.searchResultMenu {
  float: left;
  margin: 0;
  padding: 10px 0;
}
.searchResultMenu li {
  display: inline-block;
  float: left;
}
.searchResultMenu li a:hover {
  color: #fff;
  background-color: #c1a456;
}
.searchResultsBox a {
  color: #333;
  border-right: 1px solid lightgrey;
  box-sizing: border-box;
  padding: 10px 11px;
}
.activeSearchMenu {
  background-color: #c1a456;
  color: #fff !important;
}
/* end */
/* search result for announce */

.rightContent .searchResAnItem {
  width: 100%;
  margin-bottom: 20px;
}
.rightContent .searchResAnItemFig {
  height: 44px;
}
#otherAnnounceTitle {
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgrey;
  font-size: 24px;
  font-family: "bpg_mrgvlovani_caps_2010";
}
#otherAnnounceTitle a {
  color: #333;
}
#otherAnnounceTitle a:hover {
  color: #c1a456;
}
.searchResAnItem {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
}
.searchResAnItemDate {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #002147;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  margin-right: 10px;
  font-family: "bpg_mrgvlovani_caps_2010";
}
.searchResAnItemFig {
  color: #333333;
  overflow: hidden;
  font-weight: bold;
  height: 40px;
  width: 75%;
}
.allAnnounce .searchResAnItemFig {
  width: 65%;
}
.searchResAnItem:hover .searchResAnItemFig {
  color: #c1a456;
}
.searchResAnItem:hover .searchResAnItemDate {
  background: #c1a456;
}
/* end */
/* search result for persons */

.personGrid {
  width: 20%;
  margin-right: 6.5%;
  text-align: center;
  float: left;
  margin-bottom: 40px;
}
.personGrid img {
  width: 100%;
}
.personGrid h2 {
  color: #1a385a;
  font-size: 16px;
  font-family: "bpg_mrgvlovani_caps_2010";
  margin: 10px;
}
.personGrid p {
  color: #333;
  font-size: 14px;
  margin: 0 10px;
  height: 42px;
}
/* end */
/* search result for menu */

.searchMenu {
  width: 20%;
  margin: 0 5% 40px 0;
  padding: 0;
  float: left;
  list-style: none;
}
.searchMenu li a {
  padding: 10px 11px;
  border-bottom: 1px solid lightgrey;
  box-sizing: content-box;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.searchMenu li a:hover {
  background-color: #c1a456;
  color: #fff;
}
.searchMenu li:last-child a {
  border-bottom: none;
}
.searchMenuOpen {
  width: 75%;
  max-height: 400px;
  overflow: auto;
  float: left;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  padding: 10px;
}
/* end */
/* search result for news */

.searchNewsFilter {
  padding: 0;
  margin-bottom: 30px;
  background-color: #d8dcdd;
}
.searchNewsFilterBox {
  margin: 0 auto;
  text-align: center;
}
.searchNewsFilterBox select {
  height: 26px;
  background-color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  outline: none;
  border: none;
}
.searchNewsFilterBox button {
  width: 100px;
  height: 60px;
  padding: 0 15px;
  font-family: "bpg_mrgvlovani_caps_2010";
  background-color: #7c0001;
  color: #fff;
  outline: none;
  border: none;
}
.newsAchiveGrid {
  width: 0;
  margin-right: 2.6%;
  float: left;
  margin-bottom: 30px;
  transition: width 0.3s ease;
}
.newsAchiveGrid .newsBlockGridLink img {
  height: 215px !important;
}
.newsAchiveGrid:hover .newsBlockGridLink img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.allNewsAchiveGrid {
  width: 31.5%;
  margin-right: 2.7%;
  float: left;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 20px #ccc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.allNewsAchiveGrid:hover .newsBlockGridLink img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.allNewsAchiveGrid2 {
  width: 30.6%;
  margin-right: 2.7%;
  float: left;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 20px #ccc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.allNewsAchiveGrid2:hover .newsBlockGridLink img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.publ_img {
  height: 100px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0px;
}
.publ_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.hrd_a a {
  color: #032246 !important;
  text-align: left;
  font-size: 13px;
  line-height: 16px !important;
  text-decoration: none;
}
.hrd_a a:hover {
  color: #032246 !important;
  text-align: left;
  font-size: 13px;
  line-height: 16px !important;
  text-decoration: none !important;
}
.pos_rel {
  position: relative;
}
.pdf_abs {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
}
.pdf_abs img {
  height: 30px;
  width: auto;
}
.resultHighlight {
  color: #c1a456;
}
.pagingBox {
  padding: 20px;
  background-color: #d8dcdd;
  text-align: center;
}
.pagingBox strong {
  text-decoration: underline;
  color: #c1a456;
  font-weight: normal;
  font-size: 16px;
  padding: 0 5px;
}
.pagingBox a {
  font-size: 16px;
  padding: 0 5px;
}
.pagingBox a:hover {
  color: #c1a456;
  text-decoration: underline;
}
/* end */

.entrants #primary {
  margin: -3px auto 0 auto;
}
.reg_stud_head {
  background: url(../img/reg_stud_header.png) no-repeat center center;
  height: 136px;
  width: 100%;
  padding: 10px 0;
  background-color: #ececec;
}
.found_prog_head {
  background: url(http://gruni.edu.ge/uploads/menu_735_1.jpg) no-repeat center
    center;
  height: 136px;
  width: 100%;
  padding: 10px 0;
  background-color: #ececec;
}
/* popup_box DIV-Styles*/

#popup_box {
  display: none;
  position: fixed;
  min-height: 300px;
  width: 700px;
  background: #ffffff;
  left: 50%;
  margin: 0 auto;
  margin-left: -350px;
  z-index: 100;
  color: black;
  border: 2px solid #999999;
  padding: 20px 15px 15px;
  font-size: 15px;
}
/* This is for the positioning of the Close Link */

#popupBoxClose {
  font-size: 14px;
  line-height: 10px;
  right: 5px;
  top: 5px;
  position: absolute;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
}
/* media sizes */

@media (min-width: 1031px) {
  .announceItem {
    margin-bottom: 9px;
  }
  .lastFootText {
    width: 700px;
  }
  .topgeCounter {
    margin-top: -88px;
  }
  /*.nbs-flexisel-container {
        margin-left: -115px;
        max-width: 330px;
    }*/
}
/*@media (min-width: 1100px) {
    .nbs-flexisel-container {
        margin-left: -220px;
        max-width: 440px;
    }
}*/

@media (min-width: 1260px) {
  .bx-wrapper {
    max-width: 1203px !important;
  }
  .bxsliderItem {
    width: 275px !important;
    margin-right: 40px;
  }
  .announceItem {
    margin-bottom: 24px;
  }
  .lastFootText {
    width: auto;
  }
  .topgeCounter {
    margin-top: -78px;
  }
  /*.nbs-flexisel-container {
        margin-left: -275px;
        max-width: 550px;
    }*/
}
@media (min-width: 1340px) {
  .bx-wrapper {
    max-width: 1289px !important;
  }
  .bxsliderItem {
    width: 291px !important;
    margin-right: 41.5px;
  }
  .announceItem {
    margin-bottom: 8px;
  }
}
@media (min-width: 1420px) {
  .bx-wrapper {
    max-width: 1439px !important;
  }
  .bxsliderItem {
    width: 310.5px !important;
    margin-right: 46px;
  }
  .announceItem {
    margin-bottom: 11px;
  }
}
@media (min-width: 1580px) {
  .bx-wrapper {
    max-width: 1540px !important;
  }
  .bxsliderItem {
    width: 346.5px !important;
    margin-right: 51px;
  }
  .announceItem {
    margin-bottom: 18px;
  }
}
@media (max-width: 1680px) {
  .newsBlockGridLink img {
    max-height: 208px;
  }
}
@media (max-width: 1600px) {
  .mainNav .mainNavLinks {
    font-size: 15px;
    padding: 15px;
  }
  .university {
    font-size: 30px;
  }
  .universityName {
    margin-left: 15px;
  }
  .newsBlockGridLink img {
    max-height: 208px;
  }
}
@media (max-width: 1440px) {
  .mainNav .mainNavLinks {
    font-size: 14px;
    padding: 14px;
  }
  .university {
    font-size: 29px;
  }
  .universityName {
    margin-left: 13px;
  }
  .newsBlockGridLink img {
    max-height: 186px;
  }
  .uniBlockGridLink img {
    width: 100%;
    min-height: 170px;
    max-height: 170px;
  }
}
@media (max-width: 1367px) {
  .news p + span {
    bottom: 5%;
  }
  .newsBlockGridLink img {
    max-height: 176px;
  }
}
@media (max-width: 1270px) {
  #registerBtnBox {
    width: 100px;
    margin-right: 5px;
    padding: 0;
  }
  .searchContainer {
    margin-right: 5px;
  }
  .authorization {
    margin-right: 5px;
  }
  .searchContainer1 {
    width: 40px;
  }
  .searchBox1 {
    width: 0%;
  }
  .newsTitleBox p + span {
    bottom: 0;
  }
  .mainNav .mainNavLinks {
    font-size: 13px;
    padding: 13px;
  }
  .universityName {
    font-size: 10px;
    margin: 23px 0 0 15px;
  }
  .university {
    font-size: 23px;
  }
  .fixedHeadHelper {
    height: 123px;
  }
  .mainNav .mainNavLinks .fa {
    right: 10px;
    top: 12px;
  }
  .mainNav .mainNavLinks {
    padding: 10px;
    font-size: 12px;
  }
  .entrants #primary {
    margin: -7px auto 0 auto;
  }
  .mainSubNav .mainNavUl li {
    font-size: 12px;
    max-width: 160px;
  }
  .galleryAlbumWrap {
    margin-right: 1%;
  }
  .galleryImage {
    height: 140px;
  }
  .myModal {
    max-width: 600px;
  }
  .crop {
    width: 35%;
  }
}
@media (max-width: 1084px) {
  #socialBox,
  #divRightIconsBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #socialBox img,
  #socialBox a {
    height: 35px;
    width: 35px;
  }
  .docflow_link img,
  #divRightIconsBox img {
    height: 35px;
    width: 35px;
  }
  .docflow_link {
    height: 30px;
  }
  #divRightIconsBox a {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  #wrapper {
    width: 1007px;
  }
  .announceItem {
    margin-bottom: 8px;
  }
  .nbs-flexisel-container {
    margin-left: -115px;
    max-width: 330px;
  }
  .menu-content-box {
    font-size: 12px;
  }
  .newsBlockGridLink img {
    max-height: 129px;
  }
  .form_INpts {
    min-width: 480px !important;
    max-width: 480px;
  }
  .newsletter_btn:before {
    left: -23px !important;
  }
  #footLinks {
    padding: 60px 0px 60px 40px !important;
  }
}
@media (max-width: 980px) {
  .uniBlockGridLink img {
    width: 100%;
    min-height: 130px;
    max-height: 130px;
  }
  #socialBox,
  #divRightIconsBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #socialBox img,
  #socialBox a {
    height: 30px;
    width: 30px;
  }
  .docflow_link {
    height: 30px;
  }
  .docflow_link img,
  #divRightIconsBox img {
    height: 30px;
    width: 30px;
  }
  #divRightIconsBox a {
    height: 30px;
  }
}

/* end */

.row {
  float: right;
  clear: both;
}
.row i {
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.row {
  background: transparent;
  height: 35px;
}
.row i {
  color: white;
  width: 35px;
  height: 35px;
  position: relative;
  background: transparent;
  line-height: 35px;
  text-align: center;
}
.row i:hover {
  border-radius: 50%;
}
.row .fa-facebook {
  margin-right: 5px;
  color: #3b5998;
  border: 2px solid #3b5998;
}
.row .fa-facebook:hover {
  color: white;
  background: #3b5998;
}
.row .fa-twitter {
  margin-right: 5px;
  color: #00a0d1;
  border: 2px solid #00a0d1;
}
.row .fa-twitter:hover {
  color: white;
  background: #00a0d1;
}
.row .fa-google-plus {
  margin-right: 5px;
  color: #db4a39;
  border: 2px solid #db4a39;
}
.row .fa-google-plus:hover {
  color: white;
  background: #db4a39;
}
.row .fa-youtube {
  margin-right: 5px;
  color: #e52d27;
  border: 2px solid #e52d27;
}
.row .fa-youtube:hover {
  color: white;
  background: #e52d27;
}
.mailSentAlert {
  margin-top: 18px;
}
.fb-share-button {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 99;
  transform: scale(2, 1.1);
  -ms-transform: scale(2, 1.1);
  -webkit-transform: scale(2, 1.1);
  opacity: 0;
  -o-transform: scale(2, 1.1);
  -moz-transform: scale(2, 1.1);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}
.fb-share-button iframe {
  min-height: auto !important;
}
.fb-comments iframe {
  min-height: auto !important;
}
.googlePshare {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
}
.sitemap .rightMenu {
  width: 300px;
}
@media print {
  #print {
    background-color: #fff !important;
  }
  #print * {
    background-color: #fff !important;
    color: #000 !important;
  }
  #print iframe {
    display: none !important;
  }
}
.newsletter_box {
  width: auto;
}
.form_INpts {
  min-width: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form_INpts img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  width: 24px;
  margin-left: 16px;
  margin-top: 11px;
}
.news_input {
  position: relative;
  background: #001833;
  border: 0;
  font-size: 15px;
  height: 45px;
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0px 20px;
  color: #99cccc;
  padding-left: 55px;
}
.news_input:focus {
  border: 0 !important;
  outline: 0 !important;
}
.newsletter_btn {
  position: relative;
  min-width: 220px;
  padding: 12px 0px;
  font-family: "bpg_mrgvlovani_caps_2010";
  color: #001833;
  background: #99cccc;
  height: 45px;
  font-weight: bold;
  border: 2px solid #99cccc;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsletter_btn:hover {
  color: #fff;
  background: #99cccc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.newsletter_btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 22px solid #99cccc;
  position: absolute;
  top: -2px;
  left: -24px;
}
.news_input::placeholder {
  color: #99cccc;
  opacity: 0.6;
}
.news_input:-ms-input-placeholder {
  color: #99cccc;
}
.news_input::-ms-input-placeholder {
  color: #99cccc;
}
.footer_middle_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.docflow_link {
  width: auto;
  max-height: 45px;
  margin-right: 10px;
}

.hover_side_widg {
  height: 40px;
  width: 156px;
  margin-right: -114px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #99cccc;
  color: #022148;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover_side_widg img {
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
  margin-left: 10px;
}

.fixed_side_widgets1 {
  position: fixed;
  top: 220px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets1 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets1 a:hover .hover_side_widg {
  margin-right: 60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fixed_side_widgets2 {
  position: fixed;
  top: 265px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets2 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets2 a:hover .hover_side_widg {
  margin-right: 60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fixed_side_widgets3 {
  position: fixed;
  top: 310px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets3 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets3 a:hover .hover_side_widg {
  margin-right: 60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fixed_side_widgets4 {
  position: fixed;
  top: 355px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets4 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets4 a:hover .hover_side_widg {
  margin-right: 60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fixed_side_widgets5 {
  position: fixed;
  top: 400px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets5 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets5 a:hover .hover_side_widg {
  margin-right: 60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fixed_side_widgets6 {
  position: fixed;
  top: 445px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets6 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets6 a:hover .hover_side_widg {
  margin-right: 60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fixed_side_widgets7 {
  position: fixed;
  top: 490px;
  right: 0;
  margin-top: 0px;
  color: #002147;
  display: grid;
}
.fixed_side_widgets7 a {
  background: #99cccc;
  height: 40px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixed_side_widgets7 a:hover .hover_side_widg {
  margin-right: 30px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* falling snow flakes */
#snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 999999;
}

.announce_section {
  max-width: 1600px;
  margin: 0 auto;
  background: #ecf0f1;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-top: 60px;
  border-radius: 16px;
  margin-bottom: 60px;
}

.Announce_con {
  color: #333333;
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
  top: 00px;
}

.Announce_con a {
  position: relative;
  top: -2px;
  background-color: #d8dcdd;
  margin: 0 0 0 16px;
  padding: 7px 10px;
  border-radius: 8px;
  vertical-align: middle;
  color: #333333;
  font-size: 13px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.announce_single {
  margin-top: 40px;
  margin-bottom: 0px;
}

.announce_single .announceItem {
  margin-bottom: 0px;
}

.announce_single .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.announce_single .owl-nav button span {
  font-size: 32px;
  line-height: 32px;
  color: #ae821a;
  margin-top: -6px;
}

.announce_single .owl-nav button {
  height: 40px;
  width: 40px;
  background: #d8dcdd !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 10px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.announce_single .owl-nav button:hover {
  background: #fff !important;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.mainNewsTitle {
  min-height: 64px;
  margin-bottom: 4px;
}
.cookie_box {
  position: fixed;
  left: 50%;
  margin-left: -40% !important;
  bottom: 0;
  margin-bottom: 20px !important;
  z-index: 1;
  color: #fff;
  width: 78%;
  text-align: center;
  background: rgb(73 103 139 / 60%);
  padding: 20px;
  backdrop-filter: blur(30px);
  margin: 0 auto;
  border-radius: 16px;
}
.cook_bx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie_box h5 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.cookie_box h5 a {
  font-size: 14px;
  line-height: 20px;
  color: #12253c;
  margin-left: 10px;
}
.cookie_box button {
  margin-left: 20px;
  margin-left: 20px;
  color: #001833;
  background: #99cccc;
  height: 40px;
  font-weight: bold;
  border: 1px solid #99cccc;
  font-size: 14px;
  line-height: 20px;
  border-radius: 16px;
  padding: 6px 20px;
}
